home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 14 / 014.d81 / xdos boot (.txt) < prev    next >
Commodore BASIC  |  2022-08-26  |  379b  |  15 lines

  1. 1 rem   xdos boot
  2. 10 print"[147] 1.  [210][213][206] [216][196][207][211] [195]reator"
  3. 12 print" 2.  [210]eturn to [204][207][193][196][211][212][193][210]"
  4. 14 print"[215]hich ? ";
  5. 16 poke198,0:wait198,1:geta$
  6. 18 ifa$<>"1"anda$<>"2"then                 poke53280,rnd(1)*15:goto16
  7. 20 :
  8. 22 ifa$="1"thenf$="xdos creator"
  9. 24 ifa$="2"thenf$="payload"
  10. 26 printa$
  11. 28 print"loading "f$
  12. 30 :
  13. 63000 print"[147]load"chr$(34)f$chr$(34)       ",8":print"run"
  14. 63010 poke631,13:poke632,13:poke198,2:        end
  15.